home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 May / CHIP Turkiye Mayıs 1998.iso / internet / Ie4eng / SWFLASH.CAB / SWFlash.inf next >
Windows Setup INFormation  |  1997-07-24  |  2KB  |  96 lines

  1. ;    07/24/97    Created by Matt Abarbanel        w/IE 4 changes (uninstall)
  2. ;                                and macromed\flash directory
  3.  
  4.  
  5. [Version]
  6. Signature="$Chicago$"
  7. AdvancedINF=2.5
  8.  
  9. [DefaultInstall]
  10. ;    Copy the files
  11. ;    add new registry keys
  12. ;    register the OCX
  13.  
  14. CopyFiles=SWFiles, inffile
  15. AddReg=SW.AddReg
  16. RegisterOCXs=RegisterOCXSection
  17.  
  18.  
  19.  
  20. [DefaultUninstall]
  21. ;    call cleanup=1 to have the inf file deleted after the unistall is run
  22. ;    delete the files that were added during the install.  Do not include the inf section
  23. ;    Delete the key that were added to the registry durring the install
  24. ;    unregister the OCX
  25.  
  26. cleanup=1
  27. Delfiles=SWFiles
  28. delreg=SW.DelReg
  29. UnRegisterOCXs=UnRegisterOCXSection
  30.  
  31.  
  32.  
  33. [strings]
  34. ;    define strings used in the INF
  35. ;    productname= is used for naming the install when called from IE
  36. ;    this is also what sholud be localized if necessary
  37.  
  38. productname="Shockwave Flash"
  39.  
  40.  
  41.  
  42. [RegisterOCXSection]
  43. %11%\macromed\flash\swflash.ocx
  44.  
  45.  
  46.  
  47. [UnRegisterOCXSection]
  48. %11%\macromed\flash\swflash.ocx
  49.  
  50.  
  51.  
  52. [SW.AddReg]
  53. HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Shockwave\Flash,"QuietDisplayName",,"%ProductName%"
  54.  
  55. ;    add the 5 after uninstall for the silent mode
  56.  
  57. HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Shockwave\Flash,"QuietUninstallString",,"RunDll32 advpack.dll,LaunchINFSection %17%\swflash.inf,DefaultUninstall,5"
  58.  
  59. HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Shockwave\Flash,"RequiresIESysFile",,"4.70.0.1155"
  60.  
  61. [SW.DelReg]
  62. HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Shockwave\Flash,"QuietDisplayName",,"%ProductName%"
  63.  
  64. ;    add the 5 after uninstall for the silent mode
  65.  
  66. HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Shockwave\Flash,"QuietUninstallString",,"RunDll32 advpack.dll,LaunchINFSection %17%\swflash.inf,DefaultUninstall,5"
  67.  
  68. HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Shockwave\Flash,"RequiresIESysFile",,"4.70.0.1155"
  69.  
  70.  
  71.  
  72.  
  73. [SourceDisksNames]
  74. 1="Shockwave Files","Swflash.cab",1
  75.  
  76.  
  77.  
  78.  
  79. [SourceDisksFiles]
  80. swflash.ocx=1
  81.  
  82.  
  83.  
  84.  
  85. [SWFiles]
  86. swflash.ocx
  87.  
  88.  
  89.  
  90. [inffile]
  91. swflash.inf
  92.  
  93.  
  94. [DestinationDirs]
  95. SWFiles=11, Macromed\Flash
  96. inffile=17